Skip to main content

All Questions

4votes
3answers
4kviews

De-/Serialization of structs representing TCP messages

I wrote two template functions to serialize and deserialize structs representing messages to be sent and received via a TCP socket: ...
Richard Neumann's user avatar

close